Skip to content

ci: Enable Zizmor scans#829

Merged
adimoft merged 13 commits into
mainfrom
enable_semgrep_zizmor
Jul 13, 2026
Merged

ci: Enable Zizmor scans#829
adimoft merged 13 commits into
mainfrom
enable_semgrep_zizmor

Conversation

@adimoft

@adimoft adimoft commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This pull request adds a new GitHub Actions workflow to enable automated security scanning using Zizmor. The workflow is triggered on pushes and pull requests to the main branch, as well as on manual dispatch, and uploads scan results to GitHub Security and as a build artifact.

Security scanning automation:

  • Added .github/workflows/zizmor.yml to run Zizmor security scans on the codebase during CI, generating a SARIF report and uploading results to GitHub Security and as an artifact.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread .github/workflows/semgrep.yml Outdated
@adimoft adimoft changed the title ci: Enable Semgrep and Zizmor scans ci: Enable Zizmor scans Jul 9, 2026
@adimoft
adimoft requested a review from sudhir-intc July 9, 2026 07:08
@sudhir-intc
sudhir-intc dismissed their stale review July 13, 2026 07:58

Changes incorporated

@sudhir-intc
sudhir-intc requested a review from Copilot July 13, 2026 07:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new GitHub Actions workflow to run Zizmor security scanning on GitHub-related files, generate a SARIF report, and publish the results to GitHub code scanning and as a workflow artifact.

Changes:

  • Added a new Zizmor Scan workflow triggered on push/pull_request to main and workflow_dispatch.
  • Runs Zizmor via uvx to produce a SARIF report.
  • Uploads SARIF results to GitHub Security and uploads the report as an artifact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/zizmor.yml Outdated
Comment thread .github/workflows/zizmor.yml Outdated
Comment thread .github/workflows/zizmor.yml Outdated
adimoft and others added 4 commits July 13, 2026 12:18
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@adimoft
adimoft enabled auto-merge (squash) July 13, 2026 09:29
Comment thread .github/workflows/zizmor.yml
@adimoft
adimoft requested a review from sudhir-intc July 13, 2026 14:00
@adimoft
adimoft merged commit e3a6548 into main Jul 13, 2026
5 checks passed
@adimoft
adimoft deleted the enable_semgrep_zizmor branch July 13, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants